Skip to content

Skip audit diff checks based on TestProperties.isTrialServer()#2494

Merged
cnathe merged 1 commit intorelease25.6-SNAPSHOTfrom
25.6_fb_trialServerBackport
Jun 16, 2025
Merged

Skip audit diff checks based on TestProperties.isTrialServer()#2494
cnathe merged 1 commit intorelease25.6-SNAPSHOTfrom
25.6_fb_trialServerBackport

Conversation

@cnathe
Copy link
Contributor

@cnathe cnathe commented Jun 13, 2025

Rationale

Backport from develop changes: #2469

Trial tests are failing when they try to do sample action audit diff checks because we use a new remote API connection for getting the audit events. This fails on trial instances because they use CAS for authentication. This PR updates those checks to skip them in the isTrialServer() case.

Related Pull Requests

Changes

  • Don't do audit diff checks for TestProperties.isTrialServer()

@cnathe cnathe merged commit fdbf7e2 into release25.6-SNAPSHOT Jun 16, 2025
8 checks passed
@cnathe cnathe deleted the 25.6_fb_trialServerBackport branch June 16, 2025 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments